home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 November
/
CMCD1104.ISO
/
Software
/
Shareware
/
Utilitare
/
accuhash
/
ah2setup.exe
/
{app}
/
accuhash.exe
/
0
/
RCDATA
/
TCALCFORM
/
TCALCFORM.txt
Wrap
Text File
|
2004-09-13
|
3KB
|
163 lines
object CalcForm: TCalcForm
Left = 298
Top = 298
AutoScroll = False
BorderIcons = []
Caption = 'Hash Calculator'
ClientHeight = 173
ClientWidth = 542
Color = clBtnFace
Constraints.MinHeight = 200
Constraints.MinWidth = 370
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
DesignSize = (
542
173)
PixelsPerInch = 96
TextHeight = 13
object FileLabel: TTntLabel
Left = 8
Top = 4
Width = 16
Height = 13
Caption = '&File'
end
object HashLabel: TTntLabel
Left = 8
Top = 86
Width = 105
Height = 13
Caption = 'Calculated hash &value'
end
object CompLabel: TTntLabel
Left = 8
Top = 127
Width = 90
Height = 13
Caption = '&Original hash value'
end
object TypeLabel: TTntLabel
Left = 8
Top = 45
Width = 48
Height = 13
Caption = '&Hash type'
end
object CodeLabel: TTntLabel
Left = 144
Top = 45
Width = 45
Height = 13
Caption = '&Encoding'
FocusControl = CodeBox
end
object FileEdit: TTntEdit
Left = 8
Top = 20
Width = 446
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
end
object FileButton: TTntButton
Left = 461
Top = 18
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Browse...'
TabOrder = 1
OnClick = FileButtonClick
end
object HashEdit: TEdit
Left = 8
Top = 102
Width = 446
Height = 21
Anchors = [akLeft, akTop, akRight]
ReadOnly = True
TabOrder = 4
end
object CompEdit: TEdit
Left = 8
Top = 143
Width = 446
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 6
end
object CalcButton: TTntButton
Left = 461
Top = 100
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '&Calculate'
Default = True
TabOrder = 5
OnClick = CalcButtonClick
end
object CloseButton: TTntButton
Left = 460
Top = 60
Width = 75
Height = 25
Anchors = [akTop, akRight]
Cancel = True
Caption = 'C&lose'
ModalResult = 2
TabOrder = 8
end
object ProgressBar: TTntProgressBar
Left = 168
Top = 8
Width = 269
Height = 17
Anchors = [akLeft, akTop, akRight]
Max = 1000
Smooth = True
TabOrder = 9
Visible = False
end
object CompButton: TTntButton
Left = 461
Top = 141
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Co&mpare'
TabOrder = 7
OnClick = CompButtonClick
end
object HashBox: TComboBox
Left = 8
Top = 61
Width = 129
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
OnClick = HashBoxClick
end
object CodeBox: TComboBox
Left = 144
Top = 61
Width = 129
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
OnClick = CodeBoxClick
end
object OpenDialog: TTntOpenDialog
Left = 120
Top = 8
end
end